home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / ae_14.zip / README.TXT < prev    next >
Text File  |  1991-03-22  |  2KB  |  61 lines

  1.                        AE -- Another Editor
  2.                            Version 1.4
  3.  
  4.                          by Dick Alstein.
  5.  
  6.  
  7.  
  8. AE is a public domain text editor for MS-DOS compatibles,
  9. written in Turbo Pascal. The program is copyright, but you may
  10. copy and use the software under the following conditions:
  11.  
  12. * You may make copies of the program for your own use or to give
  13.   them away. Copies given to other persons must be accompanied by
  14.   this notice, the manual file and the full original source code.
  15.  
  16. * No money whatsoever is to be charged for copies of the program
  17.   or for any part of it. (Who would want to pay for it, anyway?)
  18.  
  19. * Use of the software is at your own risk.
  20.  
  21. * You may modify the source code to fix bugs or to adapt it to
  22.   your own needs. However, you should clearly indicate where and 
  23.   how you have changed the source code, and give the program a 
  24.   new sub-version number (1.41, 1.42, etc.). Better still, if 
  25.   you think the modifications are real improvements, please send 
  26.   them to the address below, so that I can incorporate them in 
  27.   the next version of AE.
  28.  
  29. The full AE package contains the following files:
  30.  
  31. README.TXT          This notice
  32. AE.EXE              The compiled AE program
  33. AEMANUAL.TXT        User's manual
  34. CHANGES.TXT         List of changes from version 1.3 to 1.4
  35. AE.PAS              Source code of the main program
  36. AE0.PAS .. AE4.PAS  Source code of the units
  37. SPLIT.EXE           Utility to split large files
  38. SPLIT.PAS           Source code of same
  39. MERGE.EXE           Utility to merge files
  40. MERGE.PAS           Source code of same
  41.  
  42. If you suspect the program of being infected by a virus (or by a
  43. nasty programmer) you can recompile it. It can be compiled with
  44. Turbo Pascal version 5.5 or later. Probably also 5.0, but I
  45. didn't check. Note that, besides the main program AE.PAS and the
  46. units AE0.PAS trough AE4.PAS, you will also need the file
  47. TCMVSMEM.OBJ. This is an object code file containing two screen 
  48. routines. It is part of TurboCalc, one of the examples delivered 
  49. with every copy of Turbo Pascal. It is not included in the AE 
  50. package because Borland holds the copyright.
  51.  
  52. For bug reports, suggestions for improvements and questions, 
  53. please contact:
  54.  
  55. Dick Alstein
  56. Lijnslagerstraat 204
  57. 5625 BP  Eindhoven
  58. The Netherlands
  59.  
  60. e-mail: wsinda@info.win.tue.nl
  61.